Bookmark
Chapter 14. HQL: The Hibernate Query Language
www.hibernate.org/hib_docs/reference/en/html/queryhql.html, posted 2009 by peter in development java reference sql storage
Hibernate is equipped with an extremely powerful query language that (quite intentionally) looks very much like SQL. But don't be fooled by the syntax; HQL is fully object-oriented, understanding notions like inheritence, polymorphism and association.